runtime/pprof.pcDeck.pcs (field)

10 uses

	runtime/pprof (current package)
		proto.go#L427: 			if len(b.deck.pcs) > 0 {
		proto.go#L532: 	pcs             []uintptr
		proto.go#L545: 	d.pcs = d.pcs[:0]
		proto.go#L575: 	d.pcs = append(d.pcs, pc)
		proto.go#L578: 	if len(d.pcs) == 1 {
		proto.go#L590: 	if len(b.deck.pcs) == 0 {
		proto.go#L595: 	addr := b.deck.pcs[0]
		proto.go#L611: 		pcs:                    append([]uintptr{}, b.deck.pcs...),